#include <opt_variable_set.hpp>

Public Member Functions | |
| OptVariableSet (NetworkPtr network) | |
| ~OptVariableSet (void) | |
| void | init () |
| std::vector< OptVar > | getFullVarList () |
| OptVariableSet (NetworkPtr network) | |
| ~OptVariableSet (void) | |
| void | init () |
| std::vector< OptVar > | getFullVarList () |
Public Attributes | |
| struct { | |
| int type | |
| int bus_id | |
| int bus1_id | |
| int bus2_id | |
| double dmin | |
| double dmax | |
| int imin | |
| int imax | |
| } | OptVar |
| struct { | |
| int type | |
| int bus_id | |
| int bus1_id | |
| int bus2_id | |
| double dmin | |
| double dmax | |
| int imin | |
| int imax | |
| } | OptVar |
| gridpack::optimization::OptVariableSet< _network >::OptVariableSet | ( | NetworkPtr | network | ) |
| gridpack::optimization::OptVariableSet< _network >::~OptVariableSet | ( | void | ) |
Destructor
| gridpack::optimization::OptVariableSet< _network >::OptVariableSet | ( | NetworkPtr | network | ) |
| gridpack::optimization::OptVariableSet< _network >::~OptVariableSet | ( | void | ) |
Destructor
| std::vector<OptVar> gridpack::optimization::OptVariableSet< _network >::getFullVarList | ( | ) |
Return a list of all variables in the system from the OptVariableSet object.
References gridpack::optimization::OptVariableSet< _network >::OptVar.
| std::vector<OptVar> gridpack::optimization::OptVariableSet< _network >::getFullVarList | ( | ) |
Return a list of all variables in the system from the OptVariableSet object.
References gridpack::optimization::OptVariableSet< _network >::OptVar.
| void gridpack::optimization::OptVariableSet< _network >::init | ( | ) |
Initialize variable set by running over network and extracting all variables from it
References gridpack::optimization::OptVariableSet< _network >::OptVar.
| void gridpack::optimization::OptVariableSet< _network >::init | ( | ) |
Initialize variable set by running over network and extracting all variables from it
References gridpack::optimization::OptVariableSet< _network >::OptVar.
| int gridpack::optimization::OptVariableSet< _network >::bus1_id |
| int gridpack::optimization::OptVariableSet< _network >::bus2_id |
| int gridpack::optimization::OptVariableSet< _network >::bus_id |
| double gridpack::optimization::OptVariableSet< _network >::dmax |
| double gridpack::optimization::OptVariableSet< _network >::dmin |
| int gridpack::optimization::OptVariableSet< _network >::imax |
| int gridpack::optimization::OptVariableSet< _network >::imin |
| struct { ... } gridpack::optimization::OptVariableSet< _network >::OptVar |
Generic data struct for storing information about variables
| struct { ... } gridpack::optimization::OptVariableSet< _network >::OptVar |
Generic data struct for storing information about variables
| int gridpack::optimization::OptVariableSet< _network >::type |
1.6.1